home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Asterix(*) < prev    next >
Text File  |  1995-05-20  |  2KB  |  64 lines

  1.         Asteriks (*) (1.3,/2.x/3.x internal)
  2.  
  3.     NAME
  4.             * - 1) An escape character to allow quotation marks 
  5.         in a filename.
  6.  
  7.             2)May be used to refer to the currently active 
  8.         console device.
  9.  
  10.     SYNOPSIS
  11.  
  12.             see examples
  13.  
  14.  
  15.     DESCRIPTON
  16.             The asteriks may be used as an escape character to 
  17.         allow you to insert quotation marks and other asteriks 
  18.         in a filename. For this to work, you must place an
  19.         asteriks infront of any quotation mark or asteriks you
  20.         wish to include in the filename.
  21.  
  22.             It may also represent the console device that's 
  23.         currently active. For instance, if you wish to output 
  24.         everything typed into the current CLI (ei the active 
  25.         console device) to the printer or to a text file, you can 
  26.         use the asteriks.
  27.  
  28.             2.x/3.x ONLY: You may use the asterisk as a wildcard 
  29.         (as in MSDos). But this may only be done if turned on by 
  30.         some external software.
  31.  
  32.    
  33.      EXAMPLES
  34.  
  35.         1) To create a file called:  "ESCOM" Rules Amiga!   
  36.            From a file called: "Commodore" Blew It!
  37.  
  38.      copy from "*"Commodore*" Blew It" to "*"ESCOM*" Rules Amiga!"
  39.  
  40.         2) To create a file called: "9*Fingers"
  41.            From a filed called: *Nine Fingers
  42.  
  43.      copy from "**nine fingers" to "*"9**Fingers*"  
  44.      
  45.          note: Notice how the command line from file has all
  46.                lower case letters and the file sitting on the
  47.                disk has two capital letters in it. The CLI does
  48.                not see the case of the character, so the 
  49.                command will work just fine.
  50.  
  51.         3) To print out everything that shows up in the current 
  52.            CLI:
  53.  
  54.      copy * TO prt:
  55.  
  56.         4) To copy everything that shows up in the current CLI to
  57.            a file name 'work:What_I_Did':
  58.  
  59.      copy * to Work:What_I_Did
  60.        
  61.  
  62.         note: To stop copying to 'Work:What_I_did' you must press
  63.               the ctrl-\ key combination.
  64.